Merged
Conversation
Update various Python dependencies to their latest compatible versions to benefit from bug fixes, security patches, and performance improvements. Key updates: - coverage: 7.13.1 → 7.13.2 - django-debug-toolbar: 6.1.0 → 6.2.0 - faker: 40.1.0 → 40.1.2 - gunicorn: 23.0.0 → 25.0.1 - boto3/botocore: 1.42.25 → 1.42.40 - pandas: 2.3.3 → 3.0.0 (major version upgrade) - numpy: 2.4.1 → 2.4.2 - pillow-heif: 1.1.1 → 1.2.0 - ruff: 0.14.11 → 0.14.14 - uv: 0.9.24 → 0.9.28 - packaging: 25.0 → 26.0 Additional updates include various transitive dependencies and minor version bumps across the dependency tree. Removed tzdata from explicit requirements as it's now handled internally by pandas 3.0.0. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Updates
Major Version Upgrades
Notable Updates
Dependency Cleanup
tzdatarequirement (now handled internally by pandas 3.0.0)Testing
Migration Notes
The pandas 3.0.0 upgrade may include API changes. Review any code using pandas DataFrames for potential compatibility issues.
🤖 Generated with Claude Code